@charset "utf-8";

/*页面初始化*/
* {
	margin: 0px;
	padding: 0px;
}

html {
	font-size: 16px;
}

html,body {
	width: 100%;
	height: 100%;
}

header, footer, section, article, aside, div, span {
	display: block;
}

a,h1,h2,h3,h4,h5,h6,p,abbr,address,b,bdi,bdo,blockquote,cite,code,dfn,em,i,del,ins,kbd,mark,pre,s,u,samp,small,strong,var {
	display: inline-block;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-family: inherit;
	font-size: medium;
	unicode-bidi: normal;
	direction: ltr;
	background: inherit;
	color: inherit;
	white-space: normal;
}

.left-float {
	float: left;
}

.right-float {
	float: right;
}

.clear-float::after {
	width: 0px;
	height: 0px;
	display: block;
	content: "";
	visibility: hidden;
	clear: both;
}

.clear-float {
	zoom: 1;
}